ComponentOne Reports for WPF
C1.C1Rdl Namespace / RdlEnum<T> Class / Value Property

In This Topic
    Value Property (RdlEnum<T>)
    In This Topic
    Gets the enum value if this object contains a constant, throws an exception if this object contains an expression.
    Syntax
    'Declaration
     
    Public ReadOnly Property Value As T
    public T Value {get;}
    See Also